home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / include / README < prev   
Text File  |  1995-06-29  |  2KB  |  49 lines

  1. This directory contains patches to correct include files for 
  2. SCO OpenServer 5.0.
  3.  
  4. NOTE: THESE FIXES ARE NOT OFFICIAL SCO FIXES.  THEY ARE NOT PROVIDED
  5. BY, ENDORSED BY, CHECKED BY, or any other verb of your choice, BY
  6. SCO SUPPORT, or SCO DS ENGINEERING.  THESE FIXES ARE PROVIDED
  7. "AS-IS".  USE AT YOUR OWN RISK.
  8.  
  9. These can be used to create a fixes directory that
  10. compilations can consult prior to the system directories.
  11.  
  12. For example, on my system I have:
  13.  
  14. /usr/skunk/include/fixes/os5
  15.  
  16. and when I have a program that needs those fixes, I add
  17.  
  18. -I/usr/skunk/include/fixes/os5
  19.  
  20. to the compile lines.
  21.  
  22. To install in the skunk directory, go into the approriate
  23. subdirectory and type "make"
  24.  
  25. IT IS STRONGLY DISCOURAGED TO SIMPLY COPY THESE FILES OVER YOUR
  26. EXISTING SYSTEM INCLUDE FILES.
  27.  
  28. While superficially appealing, this invariably leads to more
  29. trouble than it is worth.  Trust me.  Been there, done that, undid
  30. that.
  31.  
  32. You will have a non-standard setup, so will never know whether the
  33. program you have will build without the corrections, leading to
  34. confusion when you distribute the code without the fixed headers.
  35. The corrections disappear if/when the system is reloaded from the
  36. distribution media, and all of a sudden programs that used to
  37. compile don't, and you have to figure it out all again.
  38.  
  39. You and support can get into real confusion because your system
  40. doesn't match what they think you have.  You complain about problems
  41. and they cannot reproduce them.
  42.  
  43. Really.  I tried this.  Gave up.  DON'T DO IT, DEREK! 
  44.  
  45. If you do, you'll regret it, and I'll say: "told you so!"
  46.  
  47. Tom Kelly
  48. tom@sco.com
  49.